home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000424_news@columbia.edu_Tue Nov 21 21:17:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11365
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Tue, 21 Nov 1995 16:18:14 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id QAA16842 for kermit.misc@watsun; Tue, 21 Nov 1995 16:18:09 -0500
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: How to use TEK4010 emulation profitably
  8. Date: 21 Nov 1995 21:17:59 GMT
  9. Organization: Columbia University
  10. Lines: 14
  11. Message-Id: <48tfm7$ge6@apakabar.cc.columbia.edu>
  12. References: <48eu8a$6u5@math.rutgers.edu> <1995Nov20.104603.67333@cc.usu.edu>
  13. Nntp-Posting-Host: watsun.cc.columbia.edu
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Nov20.104603.67333@cc.usu.edu>,
  17. Roger Ivie <ivie@cc.usu.edu> wrote:
  18. : FWIW, the reason I like Tek mode is that the protocol is so simple I can
  19. : easily keep it in my head. On those rare occasions I need a graph, I can
  20. : whip out a Tek graph quickly and easily. I've used it for things like
  21. : displaying the interrupt latency of a machine and finding where a
  22. : particular trace on a PCB I'm trying to debug goes. In addition to
  23. : Kermit's Tek mode, I also use xterm's Tek mode (it can generate a 
  24. : postscript plot from a Tek screen) ...
  25. :
  26. And with MS-DOS Kermit, you can dump Tek screens in TIFF format, suitable
  27. for import into your favorite graphics package or converter.
  28.  
  29. - Frank